home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2039 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: ibm.rhrz.uni-bonn.de!UZS7FC
  2. From: UZS7FC@ibm.rhrz.uni-bonn.de (Michael Kuesters)
  3. Newsgroups: comp.lang.c++
  4. Subject: Help in DOS functions and in graphics
  5. Date: Mon, 15 Jan 96 08:08:35 MEZ
  6. Organization: RHRZ Uni-Bonn
  7. Message-ID: <1770F7283S85.UZS7FC@ibm.rhrz.uni-bonn.de>
  8. NNTP-Posting-Host: ibm.rhrz.uni-bonn.de
  9.  
  10. Hi,
  11. I'm curious about a couple things in C++:
  12.  
  13. 1) I.E. I want to create my own DOS-shell under C++. How do I boot and start
  14. EXE's from C++(i mean, from my program, of course)
  15.  
  16. 2) I want to read in a directory from the HD. How do I do this (other than
  17.    searching whether "a" ,"aa", "aaa"  ... "zzzzzzzz.zzz" exists) ?
  18.  
  19. 3) I wrote a graphics library for C++ (mostly using ASM), which is very fast,
  20.    but when I include it, my program won't terminate, it will restart after
  21.    the 'return 0' in the main program, even if I have a program like:
  22.    initgraph() closegraph() return 0...
  23.    Is there anyone who would help me debug this thing (should know about ASM)
  24.  
  25. Well, I use the Borland 3.0 under DOS, if anyone needs the Sys_info to help me.
  26. Please reply by email.
  27.  
  28. Mike
  29.